Overload | Description |
---|---|
NotContainInOrder(T[]) | Asserts the current collection does not contain the specified elements in the exact same order, not necessarily consecutive. |
NotContainInOrder(IEnumerable<T>,String,Object[]) | Asserts the current collection does not contain the specified elements in the exact same order, not necessarily consecutive. |